func golang.org/x/sys/unix.preadvSyscall
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2166: return preadvSyscall(fd, iovecs, lo, hi)
zsyscall_linux.go#L1788: func preadvSyscall(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int, err error) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)